Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

208
Views
How to implement the "selectpicker" class for all the select element in website?

I have a website, backend using Django, frontend using normal HTML5.

I want to change all the default selection box to the class: "selectpicker" once in some place so it could be implemented in all the selection box in the websites.

How could I do that in one place?

I have tried:

base.html

<style>
select {
class="selectpicker";
}
</style>
    ...

app.html

    {% extends 'base.html' %}
<style>
select {
class="selectpicker";
}
</style>

But failed to do so.

I want this kind of solution, better only make change in base.html to change all the selection box in the websites as I have tons of HTML in my website.

about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!